About 682 letters

About 3 minutes

#HTML <dl>

The <dl> HTML element represents a description list. The element encloses a list of groups of terms (specified using the <dt> element) and descriptions (provided by <dd> elements). Common uses for this element are to implement a glossary or to display metadata (a list of key-value pairs).

#Attributes

Created in 6/9/2025

Updated in 6/9/2025